
		  @font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_5558edcrv9s.eot');
  src: url('//at.alicdn.com/t/font_249974_5558edcrv9s.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/* PC端 */
#lq-wl-header.pc{
    position: relative;
}
#lq-wl-header.pc:after{
    z-index: 1699;
    width: 100%;
    height: 80px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #fff;
}
#lq-wl-header.pc .nav_content{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1700;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.page-product #lq-wl-header.pc .nav_content,
.page-pd #lq-wl-header.pc .nav_content,
.page-nd #lq-wl-header.pc .nav_content {
    border-bottom: 1px solid #e1e1e1;
}
#lq-wl-header.pc.design .nav_content{
    position: relative;
    height: 90px;
}
#lq-wl-header.pc.active .nav_content{
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
    box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
}
.page-school #lq-wl-header.pc.active .nav_content {
    -webkit-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
    box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
}
#lq-wl-header.pc .nav_content .nav-cont {
    width: 100%;
    margin: 0 auto;
}
#lq-wl-header.pc .logo{
    float: left;
    width: auto;
    height: 40px;
}
#lq-wl-header.pc .logo a{
    display: block;
    height: 40px;
    padding: 0;
    font-size: 0;
}
#lq-wl-header.pc .logo .txt {
    margin-left: 1.145833vw;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#lq-wl-header.pc .logo .txt em {
    font-style: normal;
    color: #ff0000;
}
#lq-wl-header.pc .logo img{
    width: auto;
    height: 100%;
}
#lq-wl-header.pc .nav_list{
    width: 50.2857%;
    float: right;
    height: 40px;
}
#lq-wl-header.pc .nav_list ul {
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#lq-wl-header.pc .nav_list li{
    float: left;
    height: 40px;
    position: relative;
}
#lq-wl-header.pc .nav_list .nav_btn{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    position: relative;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#lq-wl-header.pc .nav_list li .nav_btn.active,
#lq-wl-header.pc .nav_list li:hover .nav_btn{
    color: rgba(98,194,195,1);
}
#lq-wl-header.pc .nav_list li .nav_btn:before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: rgba(98,194,195,1);
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -6px;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#lq-wl-header.pc .nav_list li .nav_btn.active:before,
#lq-wl-header.pc .nav_list li:hover .nav_btn:before {
    width: 12px;
}
#lq-wl-header.pc .nav_list .fath_item .nav_btn {
    pointer-events: none;
}
#lq-wl-header.pc .nav_list .nav_btn.drop{
    /* padding-right: 20px; */
}
#lq-wl-header.pc .nav_list .nav_btn .xybicon{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 12px;
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-wl-header.pc .nav_list li:hover .nav_btn .xybicon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(98,194,195,1);
}
#lq-wl-header.pc .nav_list .nav_btn .xybicon:after{
    content: "\e7c3";
}
#lq-wl-header.pc .nav_list .nav_drop{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 15px;
    margin-left: -10px;
}
#lq-wl-header.pc .nav_list .drop_content{
    background-color: #f5f5f5;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    -webkit-animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    display: none;
    position: relative;
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#lq-wl-header.pc .nav_list .drop_content:after{
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
}
#lq-wl-header.pc .nav_list .drop_content .nav_drop_btn{
    display: block;
    padding: 0 12px;
    border-radius: 5px;
    text-align: left;
    white-space:nowrap;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-wl-header.pc .nav_list .drop_content .nav_drop_btn:hover{
    color: rgba(98,194,195,1);
    background-color: #fff;
} 
/**/
#lq-wl-header.pc .search-bg {
    width: 100%;
    height: 80px;
    display: block;
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1699;
    display: none;
}
/* 移动端 */
#g_web{
    position: relative;
    right: 0;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#g_web.active{
    right: 80vw;
}
#g_body.active{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}
#lq-wl-header.mob{
    height: 15vw;
}
#lq-wl-header.mob .header{
    width: 100%;
    height: 15vw;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-wl-header.mob .header.active{
    right: 80vw;
}
#lq-wl-header.mob .header .header_block{
    height: 15vw;
    text-align: center;
    position: relative;
    z-index: 2001;
    background-color: #fff;
    box-shadow: 0 0 2vw #eee;
    -webkit-box-shadow: 0 0 2vw #eee;
}
#lq-wl-header.mob .header .logo{
    width: auto;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    padding: 3.5vw 15px;
    margin: 0 auto;
}
#lq-wl-header.mob .header .logo img{
    height: 8vw;
    width: auto;
}
#lq-wl-header.mob .header .nav_icon{
    width: 15vw;
    height: 15vw;
    padding: 4.5vw 0;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
#lq-wl-header.mob .header .nav_icon .xybicon{
    font-size: 6vw;
    color: #000;
    height: 6vw;
    display: block;
    text-align: center;
    line-height: 6vw;
}
#lq-wl-header.mob .header .nav_icon .xybicon:after{
    content: "\e7ff";
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#lq-wl-header.mob .nav{
    position: fixed;
    height: 100%;
    width: 80vw;
    padding: 0 5vw;
    padding-bottom: 15vw;
    z-index: 2003;
    right: -80vw;
    top: 0;
    background-color: #f3f3f3;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-wl-header.mob .nav.active{
    right: 0;
    box-shadow: 0 0 3vw #333;
    -webkit-box-shadow: 0 0 3vw #333;
}
#lq-wl-header.mob .close_btn{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2002;
    opacity: 0;
    pointer-events: none;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-wl-header.mob .close_btn.active{
    opacity: 0.5;
    pointer-events: all;
}
#lq-wl-header.mob .nav .company{
    color: rgba(98,194,195,1);
    text-align: center;
    font-size: 6vw;
    line-height: 9vw;
    padding: 3vw 0;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}
#lq-wl-header.mob.en .nav .company{
    line-height: 7vw;
}
#lq-wl-header.mob.cn .nav .company{
    font-family: "header_title_cn";
    font-size: 6vw;
}
#lq-wl-header.mob .nav .nav_content{
}
#lq-wl-header.mob .nav #nav_list{
    text-align: center;
    padding-top: 5vw;
}
#lq-wl-header.mob .nav #nav_list li{
    border-bottom: 1px solid #fff;
    padding: 1.5vw 0;
    position: relative;
}
#lq-wl-header.mob .nav #nav_list .nav_btn{
    font-size: 4vw;
    display: block;
    line-height: 9vw;
    color: #000;
    position: relative;
    z-index: 1;
    font-weight: 900;
}
#lq-wl-header.mob .nav #nav_list li:last-child .nav_btn{
    border-bottom: none;
}
#lq-wl-header.mob .nav #nav_list li.active .nav_btn{
    background-color: rgba(98,194,195,1);
    color: #fff;
    border-radius: 1vw;
}
#lq-wl-header.mob .nav #nav_list .drop_btn{
    position: absolute;
    right: 3vw;
    top: 1.5vw;
    z-index: 2;
    width: 9vw;
    height: 9vw;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#lq-wl-header.mob .nav #nav_list .drop_btn.active{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#lq-wl-header.mob .nav #nav_list .drop_btn .xybicon{
    height: 9vw;
    display: block;
    width: 9vw;
    text-align: center;
    line-height: 9vw;
    font-size: 5vw;
    color: rgba(98,194,195,1)
}
#lq-wl-header.mob .nav #nav_list li.active .drop_btn .xybicon{
    color: #fff;
}
#lq-wl-header.mob .nav #nav_list .drop_btn .xybicon:after{
    content: "\e79b";
}
#lq-wl-header.mob .nav .nav_drop{
    display: none;
    width: 50vw;
    margin: 0 auto;
    text-align: center;
}
#lq-wl-header.mob.en .nav .nav_drop{
    width: 60vw;
}
#lq-wl-header.mob .nav .nav_drop .drop_content{
    padding: 3vw 0;
    background-color: #f9f9f9;
    border-radius: 1vw;
    margin-top: 3vw;
    position: relative;
}
#lq-wl-header.mob.en .nav .nav_drop .drop_content{
    padding: 2vw 0;
}
#lq-wl-header.mob .nav .nav_drop .drop_content:after{
    content: "";
    width: 3vw;
    height: 3vw;
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    top: -1.5vw;
    right: 23.5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#lq-wl-header.mob.en .nav .nav_drop .drop_content:after{
    right: 28.5vw;
}
#lq-wl-header.mob .nav .nav_drop .nav_drop_btn{
    display: block;
    padding: 0 3vw;
    font-size: 3.5vw;
    line-height: 10vw;
    color: #000;
    font-weight: 900;
    text-align: center;
}
#lq-wl-header.mob.en .nav .nav_drop .nav_drop_btn{
    line-height: 5vw;
    margin: 3.5vw 0;
}
#lq-wl-header.mob .nav .tel {
    padding: 15px 0;
    font-size: 3.8vw;
    line-height: 1.5;
    text-align: center;
}
#lq-wl-header.mob .nav .tel em {
    font-style: normal;
    color: #ff0000;
}
@media (min-width: 1440px) {
    #laymod_1214508 .pc-contain {
        width: 1400px;
        padding: 0;
    }
}
@media (max-width: 1199px) {
	#lq-wl-header.pc .logo img {
		padding: 3px 0;
	}
	#lq-wl-header.pc .nav_list .nav_btn {
		font-size: 14px;
	}
    #lq-wl-header.pc .logo .txt {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    #lq-wl-header.pc .nav_list {
        width: 100%;
    }
}
		  #laymod_1214509 {
  position:relative;
    font-family:"PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_1214509 #jh2_xbanner_1 {
  overflow:hidden;
}
#laymod_1214509 .bodyCont_width {
  position: relative;
  opacity: 1;
}
#laymod_1214509 .bodyCont_width .pc_swiper_banner {
overflow:hidden;
}
#laymod_1214509 .bodyCont_width .swiper-wrapper .swiper-slide {
  position: relative;
}
#laymod_1214509 .bodyCont_width .swiper-wrapper .swiper-slide a {
  display: block;
width: 100%;
    margin: 0 auto;
    height: 100%;
}
#laymod_1214509 .swiper_prev {
  position: absolute;
  font-size: 40px;
  color: #fff;
  top: 50%;
  left: 5%;
  z-index: 11;
  cursor: pointer;
}
#laymod_1214509 .swiper_next {
  position: absolute;
  font-size: 40px;
  color: #fff;
  top: 50%;
  right: 5%;
  z-index: 11;
  cursor: pointer;
}
#laymod_1214509 .swiper_prev i,
#laymod_1214509 .swiper_next i {
  font-size: 40px;
}
#laymod_1214509 .swiper_prev img,
#laymod_1214509 .swiper_next img {
  width: 40px;
}
#laymod_1214509 .bodyCont_width .swiper_banner0 {
  position: absolute;
  z-index: 11;
  color: #fff;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
#laymod_1214509 .bodyCont_width .swiper_banner0 span {
  border-radius: 0;
  margin: 0 3px;
  background: #fff;
}
#laymod_1214509 .bodyCont_width .swiper_banner0 .swiper-pagination-bullet {
  opacity: 0.6;
}
#laymod_1214509 .bodyCont_width .swiper_banner0 .swiper-pagination-bullet-active {
  opacity: 1;
}
#laymod_1214509 .bodyCont_width .swiper_banner0.yuan .swiper-pagination-bullet {
border-radius:50%;
}
#laymod_1214509 .bodyCont_width .swiper-wrapper .swiper-slide a img {
width:100%;
display:block;
margin:0 auto;
}
#laymod_1214509 .fix_btns {
  display: none;
}
.design-html #laymod_1214509 .fix_btns {
  position: absolute;
  right:  13%;
  top: 5%;
  z-index: 111;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease-out;
}
.design-html #laymod_1214509 .fix_btns a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.35s;
  background: rgba(255, 82, 65, 0.6);
}
.design-html #laymod_1214509 .fix_btns a.active,
.design-html #laymod_1214509 .fix_btns a:hover {
  background: rgba(255, 82, 65, 1.0);
}
#laymod_1214509 .bodyCont_width .pc_swiper_banner .swiper-slide .banner_txt {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
@media(min-width: 992px) {
  .design-html #laymod_1214509 .Load:hover .Homebannertext>span,
  .design-html #laymod_1214509 .bodyCont_width:hover .fix_btns {
    opacity: 1;
    visibility: visible;
  }
  #laymod_1214509 .bodyCont_width.container {
    overflow:hidden;
    padding:0;
  }
  #laymod_1214509 .bodyCont_width .pc_swiper_banner .swiper-slide .banner_txt .slide_title_1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #laymod_1214509 .bodyCont_width .pc_swiper_banner .swiper-slide .banner_txt .slide_content_1 {
    font-size: 22px;
  }
}
@media(max-width: 991px) {
  #laymod_1214509 .bodyCont_width.container {
    padding:0;
  }
  #laymod_1214509 .bodyCont_width .swiper_banner0 .swiper-pagination-bullet {
    height:5px;
    width:5px;
  }
  #laymod_1214509 .swiper_prev,
  #laymod_1214509 .swiper_next {
    display: none;
  }
  #laymod_1214509 .bodyCont_width .pc_swiper_banner .swiper-slide .banner_txt .slide_title_1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #laymod_1214509 .bodyCont_width .pc_swiper_banner .swiper-slide .banner_txt .slide_content_1 {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
}
@media(max-width: 1366px) {
  #laymod_1214509 .ql-size-12,
  #laymod_1214509 .ql-size-13,
  #laymod_1214509 .ql-size-14,
  #laymod_1214509 .ql-size-15,
  #laymod_1214509 .ql-size-16 {
    font-size: 3vw;
  }
  #laymod_1214509 .ql-size-17,
  #laymod_1214509 .ql-size-18,
  #laymod_1214509 .ql-size-19,
  #laymod_1214509 .ql-size-20,
  #laymod_1214509 .ql-size-21 {
    font-size: 3.2vw;
  }
  #laymod_1214509 .ql-size-22,
  #laymod_1214509 .ql-size-23,
  #laymod_1214509 .ql-size-24,
  #laymod_1214509 .ql-size-25,
  #laymod_1214509 .ql-size-26 {
    font-size: 3.4vw;
  }
  #laymod_1214509 .ql-size-27,
  #laymod_1214509 .ql-size-28,
  #laymod_1214509 .ql-size-29,
  #laymod_1214509 .ql-size-30,
  #laymod_1214509 .ql-size-31 {
    font-size: 3.6vw;
  }
  #laymod_1214509 .ql-size-32,
  #laymod_1214509 .ql-size-33,
  #laymod_1214509 .ql-size-34,
  #laymod_1214509 .ql-size-35,
  #laymod_1214509 .ql-size-36 {
    font-size: 3.8vw;
  }
  #laymod_1214509 .ql-size-37,
  #laymod_1214509 .ql-size-38,
  #laymod_1214509 .ql-size-39,
  #laymod_1214509 .ql-size-40,
  #laymod_1214509 .ql-size-41 {
    font-size: 4vw;
  }
  #laymod_1214509 .ql-size-42,
  #laymod_1214509 .ql-size-43,
  #laymod_1214509 .ql-size-44,
  #laymod_1214509 .ql-size-45,
  #laymod_1214509 .ql-size-46 {
    font-size: 4.2vw;
  }
  #laymod_1214509 .ql-size-47,
  #laymod_1214509 .ql-size-48,
  #laymod_1214509 .ql-size-49,
  #laymod_1214509 .ql-size-50,
  #laymod_1214509 .ql-size-51 {
    font-size: 4.4vw;
  }
  #laymod_1214509 .ql-size-52,
  #laymod_1214509 .ql-size-53,
  #laymod_1214509 .ql-size-54,
  #laymod_1214509 .ql-size-55,
  #laymod_1214509 .ql-size-56 {
    font-size: 4.6vw;
  }
  #laymod_1214509 .ql-size-57,
  #laymod_1214509 .ql-size-58,
  #laymod_1214509 .ql-size-59,
  #laymod_1214509 .ql-size-60,
  #laymod_1214509 .ql-size-61 {
    font-size: 4.8vw;
  }
  #laymod_1214509 .ql-size-62,
  #laymod_1214509 .ql-size-63,
  #laymod_1214509 .ql-size-64,
  #laymod_1214509 .ql-size-65,
  #laymod_1214509 .ql-size-66 {
    font-size: 5vw;
  }
  #laymod_1214509 .ql-size-67,
  #laymod_1214509 .ql-size-68,
  #laymod_1214509 .ql-size-69,
  #laymod_1214509 .ql-size-70,
  #laymod_1214509 .ql-size-71 {
    font-size: 5.2vw;
  }
  #laymod_1214509 .ql-size-72,
  #laymod_1214509 .ql-size-73,
  #laymod_1214509 .ql-size-74,
  #laymod_1214509 .ql-size-75,
  #laymod_1214509 .ql-size-76 {
    font-size: 5.4vw;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff2?t=1620695631605') format('woff2'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff?t=1620695631605') format('woff'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.ttf?t=1620695631605') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_1214511 #lq-intell-wl .intell-content {
  padding-bottom: 134px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_1214511 #lq-intell-wl .cont-fluid {
  width: 100%;
  padding: 0 40px;
}
#laymod_1214511 #lq-intell-wl .intell-cont {
  overflow: hidden;
}
#laymod_1214511 #lq-intell-wl .intell-title {
  margin-top: 74px;
  width: 100%;
  float: left;
  margin-bottom: 33px;
  position: relative;
}
#laymod_1214511 #lq-intell-wl .intell-title h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}
#laymod_1214511 #lq-intell-wl .intell-title .desc {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
#laymod_1214511 #lq-intell-wl .intell-block {
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item {
  width: 63.043478%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item .pic {
  width: 100%;
  display: block;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item .pic img {
  width: 100%;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-prev .pic img,
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .pic img {
  -webkit-filter: blur(5px); /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);   
  filter: blur(5px);
  filter: alpha(opacity=39); /*支持 IE 浏览器*/
  -moz-opacity: 0.39; /*支持 FireFox 浏览器*/
  opacity: 0.39; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .pic img {
  filter: alpha(opacity=100); /*支持 IE 浏览器*/
  -moz-opacity: 1.0; /*支持 FireFox 浏览器*/
  opacity: 1.0; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-prev .intell-infor,
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .intell-infor {
  width: 25.86206%;
  padding: 0 4.31%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;/*垂直居中*/
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .intell-infor {
  left: 0;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor {
  position: absolute;
  left: 38px;
  bottom: 24px;
  width: 94%;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-prev .intell-infor h4,
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .intell-infor h4 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor h4 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-prev .intell-infor .desc,
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .intell-infor .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  filter: alpha(opacity=50); /*支持 IE 浏览器*/
  -moz-opacity: 0.5; /*支持 FireFox 浏览器*/
  opacity: 0.5; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor .desc {
  margin-bottom: 7px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-prev .intell-infor .more-btn,
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-next .intell-infor .more-btn {
  display: none;
}
#laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor .more-btn {
  font-size:14px;
  line-height: 24px;
  color: rgba(98,194,195,1);
}
@media (max-width: 767px) {
  #laymod_1214511 #lq-intell-wl .intell-content {
    padding-bottom: 40px;
  }
  #laymod_1214511 #lq-intell-wl .intell-title {
    margin-top: 40px;
  }
  #laymod_1214511 #lq-intell-wl .intell-title h2 {
    font-size: 6vw;
  }
  #laymod_1214511 #lq-intell-wl .intell-block .intell-item {
    width: 100%;
  }
  #laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
  }
  #laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor .infor-item {
    padding: 15px 0;
  }
  #laymod_1214511 #lq-intell-wl .intell-block .intell-item.swiper-slide-active .intell-infor h4 {
    font-size: 4.5vw;
    line-height: 1.8;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_pun94yulptd.woff2?t=1626400706820') format('woff2'),
       url('//at.alicdn.com/t/font_249974_pun94yulptd.woff?t=1626400706820') format('woff'),
       url('//at.alicdn.com/t/font_249974_pun94yulptd.ttf?t=1626400706820') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_1214510 #lq-bussiness-wl .buss-content {
  margin-bottom: 108px;
  width: 100%;
  position: relative;
}
#laymod_1214510 #lq-bussiness-wl .buss-title {
  margin-top: 79px;
  margin-bottom: 20px;
  position: relative;
}
#laymod_1214510 #lq-bussiness-wl .buss-title h2 {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
#laymod_1214510 #lq-bussiness-wl .buss-title .desc {
  font-size: 16px;
  line-height: 30px;
  color: #6B6B6B;
}
#laymod_1214510 #lq-bussiness-wl .buss-cont {
  overflow: visible;
}
#laymod_1214510 #lq-bussiness-wl .buss-block {
}
#laymod_1214510 #lq-bussiness-wl .buss-block .item-list {
  overflow: hidden;
  margin-bottom: 34px;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item {
  overflow: hidden;
  position: relative;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .item-url {
  display: block;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .small-item {
  width: 32.3807%;
  float: left;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .large-item {
  width: 64.7614%;
  float: right;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .double-item .small-item {
  float: right;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .double-item .large-item {
  float: left;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .pic {
  width: 100%;
  display: block;
  overflow: hidden;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .pic img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item:hover .pic img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .tit {
  position: absolute;
  left: 24px;
  bottom: 27px;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .tit h4 {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  position: relative;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .show-item {
  display: none;
}
#laymod_1214510 #lq-bussiness-wl .buss-block .buss-item .tit h4:before {
  content: "";
  width: 22px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(98,194,195,1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#laymod_1214510 #lq-bussiness-wl .buss-cont .more-block {
  margin-top: 47px;
  display: flex;
}
#laymod_1214510 #lq-bussiness-wl .buss-cont .more-btn {
  margin: 0 auto;
  /* width: 159px; */
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
#laymod_1214510 #lq-bussiness-wl .buss-cont .more-btn .xybicon {
  margin-left: 12px;
  font-size: 14px;
  color: rgba(98,194,195,1);
}
#laymod_1214510 #lq-bussiness-wl .buss-cont .more-btn .xybicon:before {
  content: "\e7b2";
}
#laymod_1214510 #lq-bussiness-wl .buss-cont .more-btn.drop-down .xybicon:before {
  content: "\ea44";
}
@media (min-width: 1440px) {
  #laymod_1214510 .pc-contain {
    width: 1400px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #laymod_1214510 #lq-bussiness-wl .buss-content {
    margin-bottom: 40px;
  }
  #laymod_1214510 #lq-bussiness-wl .buss-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #laymod_1214510 #lq-bussiness-wl .buss-title h2 {
    font-size: 6vw;
  }
  #laymod_1214510 #lq-bussiness-wl .buss-block .item-list {
    margin-bottom: 15px;
  }
  #laymod_1214510 #lq-bussiness-wl .buss-cont .more-block {
    margin-top: 25px;
  }
}
		  /** Generated by FG **/
@font-face {
  font-family: 'Conv_bahnschrift';
  src: url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.eot');
  src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.otf') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff2?t=1620695631605') format('woff2'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff?t=1620695631605') format('woff'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.ttf?t=1620695631605') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_1214512 #lq-company-wl .comp-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_1214512 #lq-company-wl .comp-cont {
  overflow: hidden;
}
#laymod_1214512 #lq-company-wl .comp-title {
  margin-top: 70px;
  width: 100%;
  margin-bottom: 61px;
  text-align: center;
  position: relative;
}
#laymod_1214512 #lq-company-wl .comp-title h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
#laymod_1214512 #lq-company-wl .comp-title .sub-txt {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
}
#laymod_1214512 #lq-company-wl .comp-title .desc {
  font-size: 14px;
  line-height: 34px;
  color: #969696;
}
#laymod_1214512 #lq-company-wl .comp-block .data-block {
  margin-bottom: 32px;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#laymod_1214512 #lq-company-wl .comp-block .data-item {
  width: 168px;
  padding: 0 12px;
  text-align: center;
}
#laymod_1214512 #lq-company-wl .comp-block .data-item h4 {
  margin-bottom: 12px;
  font-size: 50px;
  line-height: 1;
}
#laymod_1214512 #lq-company-wl .comp-block .data-item h4 span {
  font-family: 'Conv_bahnschrift';
}
#laymod_1214512 #lq-company-wl .comp-block .data-item .desc {
  font-size: 14px;
  line-height: 24px; 
}
#laymod_1214512 #lq-company-wl .comp-block .comp-pic {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* border: 1px solid #707070; */
  overflow: hidden;
  position: relative;
}
#laymod_1214512 #lq-company-wl .comp-block .comp-pic img {
  width: 100%;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214512 #lq-company-wl .comp-block .comp-pic:hover img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
/**/
#laymod_1214512 #lq-company-wl .comp-block .more-block {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 50px;
}
#laymod_1214512 #lq-company-wl .comp-block .more-btn {
  margin: 0 auto;
  /* width: 159px; */
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214512 #lq-company-wl .comp-block .more-btn:hover {
  background: rgba(98,194,195,1);
}
#laymod_1214512 #lq-company-wl .comp-block .more-btn .xybicon {
  margin-left: 14px;
  color: rgba(98,194,195,1);
}
#laymod_1214512 #lq-company-wl .comp-block .more-btn:hover .xybicon {
  color: #fff;
}
#laymod_1214512 #lq-company-wl .comp-block .more-btn .xybicon:before {
  content: "\ecac";
}
@media (min-width: 1440px) {
  #laymod_1214512 #lq-company-wl .pc-contain {
    width: 1400px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #laymod_1214512 #lq-company-wl .comp-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #laymod_1214512 #lq-company-wl .comp-title h2 {
    font-size: 6vw;
  }
  #laymod_1214512 #lq-company-wl .comp-title .sub-txt {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
  #laymod_1214512 #lq-company-wl .comp-block .data-block {
    display: block;
  }
  #laymod_1214512 #lq-company-wl .comp-block .data-item {
    margin-bottom: 25px;
    width: 50%;
    float: left;
  }
  #laymod_1214512 #lq-company-wl .comp-block .comp-pic {
    height: 48vw;
  }
  #laymod_1214512 #lq-company-wl .comp-block .comp-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #laymod_1214512 #lq-company-wl .comp-block .data-item h4 {
    font-size: 10vw;
  }
  #laymod_1214512 #lq-company-wl .comp-title .desc {
    line-height: 2;
  }
}
		  /** Generated by FG **/
@font-face {
  font-family: 'Conv_bahnschrift';
  src: url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.eot');
  src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.otf') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff2?t=1620695631605') format('woff2'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.woff?t=1620695631605') format('woff'),
       url('//at.alicdn.com/t/font_249974_ywwitakx1d.ttf?t=1620695631605') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_1214513 #lq-news-wl .news-content {
  margin-bottom: 49px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_1214513 #lq-news-wl .news-cont {
  overflow: hidden;
}
#laymod_1214513 #lq-news-wl .news-title {
  margin-top: 71px;
  width: 100%;
  margin-bottom: 33px;
  text-align: center;
  position: relative;
}
#laymod_1214513 #lq-news-wl .news-title h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
#laymod_1214513 #lq-news-wl .news-block {
  overflow: hidden;
  position: relative;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list1 {
  width: 56.0714%;
  float: left;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-item {
  width: 50%;
  padding: 0 22px;
  float: left;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list2 .news-item {
  margin-bottom: 9px;
  width: 100%;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list2 {
  width: 40.4285%;
  height: 100%;
  overflow-y: auto;
  background: #f5f5f5;
  padding: 29px 56px 59px 24px;
  position: absolute;
  right: 0;
  top: 0;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .item-url {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-pic {
  height: 240px;
  display: block;
  overflow: hidden;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-item:hover .news-pic img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-detail {
  padding: 26px 30px 59px 19px;
  background: #f5f5f5;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-name {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-item:hover .news-name {
  color: rgba(98,194,195,1);
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-name {
  margin-bottom: 8px;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .news-desc {
  font-size: 12px;
  line-height: 2;
  min-height: 72px;
  color: #858585;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-desc {
  margin-bottom: 5px;
}
#laymod_1214513 #lq-news-wl .news-block .news-list .add-time {
  font-size: 14px;
  color: #858585;
  line-height: 2;
  display: block;
}
#laymod_1214513 #lq-news-wl .news-block .news-list.list2 .add-time {
  margin-bottom: 2px;
}
/**/
#laymod_1214513 #lq-news-wl .more-block {
  clear: both;
  position: relative;
  display: flex;
}
#laymod_1214513 #lq-news-wl .more-block .more-btn {
  margin: 45px auto;
  /* width: 159px; */
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214513 #lq-news-wl .more-block .more-btn:hover {
  background: rgba(98,194,195,1);
}
#laymod_1214513 #lq-news-wl .more-block .more-btn .xybicon {
  margin-left: 14px;
  color: rgba(98,194,195,1);
}
#laymod_1214513 #lq-news-wl .more-block .more-btn:hover .xybicon {
  color: #fff;
}
#laymod_1214513 #lq-news-wl .more-block .more-btn .xybicon:before {
  content: "\ecac";
}
@media (min-width: 1440px) {
  #laymod_1214513 .pc-contain {
    width: 1400px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  #laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-item {
    padding: 0 15px;
  }
  #laymod_1214513 #lq-news-wl .news-block .news-list.list2 {
    width: 42.4285%;
  }
}
@media (max-width: 767px) {
  #laymod_1214513 #lq-news-wl .news-content {
    margin-bottom: 20px;
  }
  #laymod_1214513 #lq-news-wl .news-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #laymod_1214513 #lq-news-wl .news-title h2 {
    font-size: 6vw;
  }
  #laymod_1214513 #lq-news-wl .news-block .news-list.list1 {
    width: 100%;
    position: relative;
  }
  #laymod_1214513 #lq-news-wl .news-block .news-list.list2 {
    width: 100%;
    position: relative;
    display: none;
  }
  #laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-item {
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
  }
  #laymod_1214513 #lq-news-wl .news-block .news-list.list1 .news-detail {
    padding: 20px 15px;
  }
  #laymod_1214513 #lq-news-wl .more-block .more-btn {
    margin: 20px auto;
  }
}
		  /** Generated by FG **/
@font-face {
  font-family: 'Conv_bahnschrift';
  src: url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.eot');
  src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.otf') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/c/font_249974_oqm9g5181vj.woff2?t=1717574886363') format('woff2'),
       url('//at.alicdn.com/t/c/font_249974_oqm9g5181vj.woff?t=1717574886363') format('woff'),
       url('//at.alicdn.com/t/c/font_249974_oqm9g5181vj.ttf?t=1717574886363') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#laymod_1214514 #lq-footer-wl {
}
/* 主体内容 */
#laymod_1214514 #lq-footer-wl .footer-content {
  filter: alpha(opacity=90); /*支持 IE 浏览器*/ 
  -moz-opacity: 0.9; /*支持 FireFox 浏览器*/ 
  opacity: 0.9; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_1214514 #lq-footer-wl .footer-content:before {
}
#laymod_1214514 #lq-footer-wl .footer-block {
  padding-bottom: 35px;
  display: block;
  overflow: hidden;
  position: relative;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top {
  padding-top: 41px;
  padding-bottom: 33px;
  font-size: 0;
  overflow: hidden;
  border-bottom: 1px solid #3B3B3B;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-block {
  float: left;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-block .share-tit {
  font-size: 14px;
  color: #8A8A8A;
  line-height: 22px;
  display: inline-block;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-block li {
  margin-left: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-item a {
  font-size: 22px;
  color: #4D4D4D;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-item a:hover {
  color: rgba(98,194,195,1);
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .wechat-item .xybicon:before {
  content: "\e728";
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .sina-item .xybicon:before {
  content: "\e687";
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .qq-item .xybicon:before {
  content: "\e729";
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .douyin-item .xybicon:before {
  content: "\ea28";
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .facebook-item .xybicon:before {
  content: "\e6cf";
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .youtube-item .xybicon:before {
  content: "\ead8";
      font-size: 24px;
    vertical-align: -2px
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-top .ins-item .xybicon:before {
  content: "\e756";
}
#laymod_1214514 #lq-footer-wl .footer-block .logo-block {
  float: right;
}
#laymod_1214514 #lq-footer-wl .footer-block .logo-block img {
  height: 30px;
}
#laymod_1214514 #lq-footer-wl .footer-block .qrcode-block img {
  width: 100%;
  max-width: 120px;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item {
  width: 150px;
  float: left;
}
#laymod_1214514 #lq-footer-wl .footer-block .footer-navlist {
  padding-top: 55px;
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item h5 a,
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact h5 a {
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  display:block;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item h5 span,
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact h5 span {
  position: relative;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item h5 em,
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact h5 em {
  display: none;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item .item-line {
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item .item-line:before {
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul {
}
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li,
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li a {
  font-size: 14px;
  line-height: 40px;
  color: #8A8A8A; 
}
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li em {
  font-style: normal;
}
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li em.empty-name {
  width: 91px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .ser-tel {
  margin-top: 3px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #8A8A8A;
  line-height: 40px;
}
#laymod_1214514 #lq-footer-wl .footer-block .foot-contact .ser-tel .tel {
  font-size: 30px;
  line-height: 40px;
  color: #33CABA;
  vertical-align: middle;
  font-family: 'Conv_bahnschrift';
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul a,
#laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul span {
  font-size: 14px;
  line-height: 30px;
  color: #8A8A8A;
  display: block;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul a:hover,
#laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul a:hover span {
  color: #fff; 
}
#laymod_1214514 #lq-footer-wl .footer-line {
  clear:both;
  display: block;
}
/* 版权 */
#laymod_1214514 #lq-footer-wl .footer-copyright {
  background: none;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right {
  width: 100%;
  border: none;
  padding-top: 41px;
  padding-bottom: 41px;
  float: none;
  overflow: hidden;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right a,
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right p {
  padding: 0 7px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  color: rgba(255,255,255,.2);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right .copy-infor {
  font-size: 14px;
  line-height: 2;
  color: #585858;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right a:hover {
}
#laymod_1214514 #lq-footer-wl .footer-copyright a:last-child {
  margin-right: 0;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block {
  display: inline;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a {
  padding:0 14px;
  font-size: 14px;
  color: #585858;
  line-height: 2;
  position: relative;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a:before {
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a:last-child {
  padding-right: 0;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a:first-child {
  padding-left: 0;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a:first-child:before {
  display: none;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .copy-right a:hover,
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a:hover {
  color: #fff;
}
#laymod_1214514 #lq-footer-wl .footer-copyright .backage-block .line {
  margin: 0 9px;
  color: #fff;
  color: rgba(255,255,255,.3);
}
/****/
/**点击注册弹窗**/
#laymod_1214514 #mob-btn .regist-btn {
  width: 80%;
  height: 44px;
  line-height: 44px;
  display: block;
  position: fixed;
  bottom: 5vw;
  z-index: 2002;
  left: 10%;
  text-align: center;
  font-size: 4.3vw;
  color: #fff;
  background: rgba(98,194,195,1);
  -webkit-box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
  box-shadow: 0px 0px 20px rgba(98, 194, 195, 0.2);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
#laymod_1214514 #mob-btn .regist-cont {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  background: rgba(0,0,0,.45);
  display: none;
}
#laymod_1214514 #mob-btn .regist-detail h5 {
  margin-bottom: 15px;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  text-align: center;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 89.6%;
    background: #fff;
    box-shadow: 0 0.20514rem 0.95732rem 0 rgba(0,0,0,.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 20px 15px;
}
#laymod_1214514 #mob-btn .regist-cont .close-btn {
  position: absolute;
  right: 0;
  top: -40px;
}
#laymod_1214514 #mob-btn .regist-cont .close-btn .xybicon {
  font-size: 20px;
  color: #eee;
}
#laymod_1214514 #mob-btn .regist-cont .close-btn .xybicon:before {
  content: "\e66d";
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-infor {
  width: 100%;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-infor .regist-pic {
  width: 40%;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-infor .regist-pic img {
  width: 100%;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt {
  padding-left: 5px;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt li {
  padding-left: 4vw;
  font-size: 4vw;
  line-height: 2;
  position: relative;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(98,194,195,1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt li em {
  font-style: normal;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt .txt {
  font-size: 4vw;
  line-height: 2;
  color: #999;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt .txt .xybicon {
  margin-right: 5px;
}
#laymod_1214514 #mob-btn .regist-cont .regist-detail .regist-txt .txt .xybicon:before {
  content: "\ea41";
}
/**************************/
#laymod_1214514 #pc-btn .regist-cont {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  display: none;
}
#laymod_1214514 #pc-btn .regist-cont .regist-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 310px;
    background: #fff;
    box-shadow: 0 0.20514rem 0.95732rem 0 rgba(0,0,0,.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 20px 15px;
    z-index: 2003;
}
#laymod_1214514 #pc-btn .regist-cont .close-btn {
  position: absolute;
  right: 3px;
  top: 3px;
}
#laymod_1214514 #pc-btn .regist-cont .close-btn .xybicon {
  font-size: 24px;
  color: #aaa;
}
#laymod_1214514 #pc-btn .regist-cont .close-btn .xybicon:before {
  content: "\e7d3";
}
.regist-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  background: rgba(0,0,0,.45);
}
/*********/
/* @media (max-width: 1400px) {
  #laymod_1214514 .pc-contain {
    width: 1280px;
    padding: 0;
    margin: 0 auto;
  }
} */
@media (max-width:1199px) {
}
@media (min-width: 992px) {
  #laymod_1214514 #lq-footer-wl .footer-block .column-item {
    width: 132px;
  } 
}
@media (min-width: 1200px) {
  #laymod_1214514 #lq-footer-wl .footer-block .column-item {
    width: 208px;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item.foot-join {
    padding-left: 35px;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact {
    width: 306px;
  }
}
@media (min-width: 1440px) {
  #laymod_1214514 .pc-contain {
    width: 1400px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #laymod_1214514 #lq-footer-wl .footer-block .column-item {
    width: 100%;
    float: left;
  }
}
@media (max-width:767px) {
  #laymod_1214514 #lq-footer-wl .footer-content:before {
    display: none;
  }
  #laymod_1214514 #lq-footer-wl .footer-block {
    padding:0;
    margin-bottom: 20px;
    display: block;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .footer-top {
    padding: 20px 15px;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .footer-top .share-block {
    width: 100%;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .logo-block {
    float: none;
    text-align: center;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .logo-block img {
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-about,
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact {
    width: 100%;
    float:left;
    text-align: left;
    position: relative;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item {
    max-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: max-height .3s cubic-bezier(.33,0,0,1);
    transition: max-height .3s cubic-bezier(.33,0,0,1);
    overflow: hidden;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact {
    border-bottom: 0;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item.active {
    max-height: 304px;
    will-change: transform,max-height;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul {
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item .foot-ul a {
    display: block;
    padding-left: 1.5em;
  }
  #laymod_1214514 #lq-footer-wl .footer-copyright {
    padding: 15px;
  }
  #laymod_1214514 #lq-footer-wl .footer-copyright .copy-right,
  #laymod_1214514 #lq-footer-wl .footer-copyright .backage-block {
    width: 100%;
    text-align: center;
  }
  #laymod_1214514 #lq-footer-wl .footer-copyright .copy-right p,
  #laymod_1214514 #lq-footer-wl .footer-copyright .backage-block a {
    line-height: 30px;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item h5 a,
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact h5 a {
    font-size: 15px;
    line-height: 45px;
  }
  /* 展开下拉样式 */
  #laymod_1214514 #lq-footer-wl .footer-block .column-item h5 em {
    display: block;
    font-style: normal;
    float: right;
    padding-right: 1rem;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    font-size: 12px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item.active h5 em {
/*     will-change: transform;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); */
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item .item-line {
    display: none;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .column-item h5 {
    margin-bottom: 4px;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .footer-navlist {
    width: 100%;
    padding: 15px;
    display: block;
  }
  #laymod_1214514 #lq-footer-wl .footer-copyright .copy-right {
    padding: 0;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-qrcode h5 {
    display: none;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li,
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact .foot-ul li a {
    line-height: 2;
  }
  #laymod_1214514 #lq-footer-wl .footer-copyright .copy-right a,
  #laymod_1214514 #lq-footer-wl .footer-copyright .copy-right p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  #laymod_1214514 #lq-footer-wl .footer-block .foot-contact .ser-tel {
    margin-bottom: 15px;
  }
}
		  img {
  border:0 none;
}
i,em {
  font-style:normal;
}
ul,ol,li {
  list-style:none;
  padding:0;
  margin:0;
}
h1,h2,h3,h4,h5,h6,p {   
  margin:0;
  font-weight:normal;   
}
a, a:hover, a:active, a:visited, a:focus {   
  text-decoration:none;
}
/*模版整体控制*/   
#laymod_1214619 #jh2_link_2 {
  position:relative;
  overflow: hidden;
    font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_1214619 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_1214619 .bg_img {
  z-index:2;
}
#laymod_1214619 .bodyCont_width {   
  position:relative;
  opacity: 1;
  z-index:4;
  padding-left: 0;
  padding-right: 0;
}
#laymod_1214619 .bodyCont_width .link_list li {
	display: inline-block;
	margin-right: 4px;
	line-height: 2;
	text-align: center;
}
#laymod_1214619 .bodyCont_width .link_list li .fl,
#laymod_1214619 .bodyCont_width .link_list li a {
	color: #666;
	transition:all .35s ease-out;
	-webkit-transition:all .35s ease-out;
}
#laymod_1214619 .active_false .bodyCont_width .link_list li a:hover {
	color: rgba(98,194,195,1);
}
@media(max-width: 767px) {
	#laymod_1214619 .bodyCont_width {   
	  padding-left: 15px;
	  padding-right: 15px;
	}
}
